type github.com/gotd/td/tg.InputPrivacyValueDisallowChatParticipants
33 uses
github.com/gotd/td/tg (current package)
tl_input_privacy_rule_gen.go#L910: type InputPrivacyValueDisallowChatParticipants struct {
tl_input_privacy_rule_gen.go#L919: func (i InputPrivacyValueDisallowChatParticipants) construct() InputPrivacyRuleClass { return &i }
tl_input_privacy_rule_gen.go#L923: _ bin.Encoder = &InputPrivacyValueDisallowChatParticipants{}
tl_input_privacy_rule_gen.go#L924: _ bin.Decoder = &InputPrivacyValueDisallowChatParticipants{}
tl_input_privacy_rule_gen.go#L925: _ bin.BareEncoder = &InputPrivacyValueDisallowChatParticipants{}
tl_input_privacy_rule_gen.go#L926: _ bin.BareDecoder = &InputPrivacyValueDisallowChatParticipants{}
tl_input_privacy_rule_gen.go#L928: _ InputPrivacyRuleClass = &InputPrivacyValueDisallowChatParticipants{}
tl_input_privacy_rule_gen.go#L931: func (i *InputPrivacyValueDisallowChatParticipants) Zero() bool {
tl_input_privacy_rule_gen.go#L943: func (i *InputPrivacyValueDisallowChatParticipants) String() string {
tl_input_privacy_rule_gen.go#L947: type Alias InputPrivacyValueDisallowChatParticipants
tl_input_privacy_rule_gen.go#L952: func (i *InputPrivacyValueDisallowChatParticipants) FillFrom(from interface {
tl_input_privacy_rule_gen.go#L961: func (*InputPrivacyValueDisallowChatParticipants) TypeID() uint32 {
tl_input_privacy_rule_gen.go#L966: func (*InputPrivacyValueDisallowChatParticipants) TypeName() string {
tl_input_privacy_rule_gen.go#L971: func (i *InputPrivacyValueDisallowChatParticipants) TypeInfo() tdp.Type {
tl_input_privacy_rule_gen.go#L990: func (i *InputPrivacyValueDisallowChatParticipants) Encode(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L999: func (i *InputPrivacyValueDisallowChatParticipants) EncodeBare(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L1011: func (i *InputPrivacyValueDisallowChatParticipants) Decode(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L1022: func (i *InputPrivacyValueDisallowChatParticipants) DecodeBare(b *bin.Buffer) error {
tl_input_privacy_rule_gen.go#L1047: func (i *InputPrivacyValueDisallowChatParticipants) GetChats() (value []int64) {
tl_input_privacy_rule_gen.go#L1261: v := InputPrivacyValueDisallowChatParticipants{}
tl_input_privacy_rule_slices_gen.go#L161: value, ok := elem.(*InputPrivacyValueDisallowChatParticipants)
tl_input_privacy_rule_slices_gen.go#L418: type InputPrivacyValueDisallowChatParticipantsArray []InputPrivacyValueDisallowChatParticipants
tl_input_privacy_rule_slices_gen.go#L421: func (s InputPrivacyValueDisallowChatParticipantsArray) Sort(less func(a, b InputPrivacyValueDisallowChatParticipants) bool) InputPrivacyValueDisallowChatParticipantsArray {
tl_input_privacy_rule_slices_gen.go#L429: func (s InputPrivacyValueDisallowChatParticipantsArray) SortStable(less func(a, b InputPrivacyValueDisallowChatParticipants) bool) InputPrivacyValueDisallowChatParticipantsArray {
tl_input_privacy_rule_slices_gen.go#L437: func (s InputPrivacyValueDisallowChatParticipantsArray) Retain(keep func(x InputPrivacyValueDisallowChatParticipants) bool) InputPrivacyValueDisallowChatParticipantsArray {
tl_input_privacy_rule_slices_gen.go#L451: func (s InputPrivacyValueDisallowChatParticipantsArray) First() (v InputPrivacyValueDisallowChatParticipants, ok bool) {
tl_input_privacy_rule_slices_gen.go#L459: func (s InputPrivacyValueDisallowChatParticipantsArray) Last() (v InputPrivacyValueDisallowChatParticipants, ok bool) {
tl_input_privacy_rule_slices_gen.go#L467: func (s *InputPrivacyValueDisallowChatParticipantsArray) PopFirst() (v InputPrivacyValueDisallowChatParticipants, ok bool) {
tl_input_privacy_rule_slices_gen.go#L477: var zero InputPrivacyValueDisallowChatParticipants
tl_input_privacy_rule_slices_gen.go#L486: func (s *InputPrivacyValueDisallowChatParticipantsArray) Pop() (v InputPrivacyValueDisallowChatParticipants, ok bool) {
tl_privacy_rule_gen.go#L1192: func (p *PrivacyValueDisallowChatParticipants) AsInput() *InputPrivacyValueDisallowChatParticipants {
tl_privacy_rule_gen.go#L1193: value := new(InputPrivacyValueDisallowChatParticipants)
tl_registry_gen.go#L4047: InputPrivacyValueDisallowChatParticipantsTypeID: func() bin.Object { return &InputPrivacyValueDisallowChatParticipants{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |