type github.com/gotd/td/tg.InputDialogPeerCommunity
31 uses
github.com/gotd/td/tg (current package)
tl_input_dialog_peer_gen.go#L318: type InputDialogPeerCommunity struct {
tl_input_dialog_peer_gen.go#L327: func (i InputDialogPeerCommunity) construct() InputDialogPeerClass { return &i }
tl_input_dialog_peer_gen.go#L331: _ bin.Encoder = &InputDialogPeerCommunity{}
tl_input_dialog_peer_gen.go#L332: _ bin.Decoder = &InputDialogPeerCommunity{}
tl_input_dialog_peer_gen.go#L333: _ bin.BareEncoder = &InputDialogPeerCommunity{}
tl_input_dialog_peer_gen.go#L334: _ bin.BareDecoder = &InputDialogPeerCommunity{}
tl_input_dialog_peer_gen.go#L336: _ InputDialogPeerClass = &InputDialogPeerCommunity{}
tl_input_dialog_peer_gen.go#L339: func (i *InputDialogPeerCommunity) Zero() bool {
tl_input_dialog_peer_gen.go#L351: func (i *InputDialogPeerCommunity) String() string {
tl_input_dialog_peer_gen.go#L355: type Alias InputDialogPeerCommunity
tl_input_dialog_peer_gen.go#L360: func (i *InputDialogPeerCommunity) FillFrom(from interface {
tl_input_dialog_peer_gen.go#L369: func (*InputDialogPeerCommunity) TypeID() uint32 {
tl_input_dialog_peer_gen.go#L374: func (*InputDialogPeerCommunity) TypeName() string {
tl_input_dialog_peer_gen.go#L379: func (i *InputDialogPeerCommunity) TypeInfo() tdp.Type {
tl_input_dialog_peer_gen.go#L398: func (i *InputDialogPeerCommunity) Encode(b *bin.Buffer) error {
tl_input_dialog_peer_gen.go#L407: func (i *InputDialogPeerCommunity) EncodeBare(b *bin.Buffer) error {
tl_input_dialog_peer_gen.go#L421: func (i *InputDialogPeerCommunity) Decode(b *bin.Buffer) error {
tl_input_dialog_peer_gen.go#L432: func (i *InputDialogPeerCommunity) DecodeBare(b *bin.Buffer) error {
tl_input_dialog_peer_gen.go#L447: func (i *InputDialogPeerCommunity) GetCommunity() (value InputChannelClass) {
tl_input_dialog_peer_gen.go#L520: v := InputDialogPeerCommunity{}
tl_input_dialog_peer_slices_gen.go#L148: value, ok := elem.(*InputDialogPeerCommunity)
tl_input_dialog_peer_slices_gen.go#L323: type InputDialogPeerCommunityArray []InputDialogPeerCommunity
tl_input_dialog_peer_slices_gen.go#L326: func (s InputDialogPeerCommunityArray) Sort(less func(a, b InputDialogPeerCommunity) bool) InputDialogPeerCommunityArray {
tl_input_dialog_peer_slices_gen.go#L334: func (s InputDialogPeerCommunityArray) SortStable(less func(a, b InputDialogPeerCommunity) bool) InputDialogPeerCommunityArray {
tl_input_dialog_peer_slices_gen.go#L342: func (s InputDialogPeerCommunityArray) Retain(keep func(x InputDialogPeerCommunity) bool) InputDialogPeerCommunityArray {
tl_input_dialog_peer_slices_gen.go#L356: func (s InputDialogPeerCommunityArray) First() (v InputDialogPeerCommunity, ok bool) {
tl_input_dialog_peer_slices_gen.go#L364: func (s InputDialogPeerCommunityArray) Last() (v InputDialogPeerCommunity, ok bool) {
tl_input_dialog_peer_slices_gen.go#L372: func (s *InputDialogPeerCommunityArray) PopFirst() (v InputDialogPeerCommunity, ok bool) {
tl_input_dialog_peer_slices_gen.go#L382: var zero InputDialogPeerCommunity
tl_input_dialog_peer_slices_gen.go#L391: func (s *InputDialogPeerCommunityArray) Pop() (v InputDialogPeerCommunity, ok bool) {
tl_registry_gen.go#L5937: InputDialogPeerCommunityTypeID: func() bin.Object { return &InputDialogPeerCommunity{} },
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |