EnterOpenChannelParams

public final class EnterOpenChannelParams

Join open channel parameters.

Parameters

count

enter channel Pull message Count, -1 Not Pull, 0 Pull 10 items, at most 50 items, Default -1

extra

Additional info (Default Maximum length 128 characters)

Constructors

Link copied to clipboard
public EnterOpenChannelParams EnterOpenChannelParams(Integer count, String extra)

Properties

Link copied to clipboard
private final Integer count
Link copied to clipboard
private final String extra

Functions

Link copied to clipboard
public final Integer getCount()
Link copied to clipboard
public final String getExtra()