const github.com/gotd/td/tg.MessagesGetCommonChatsRequestTypeID

9 uses

	github.com/gotd/td/tg (current package)
		tl_messages_get_common_chats_gen.go#L54: const MessagesGetCommonChatsRequestTypeID = 0xe40ca104
		tl_messages_get_common_chats_gen.go#L105: 	return MessagesGetCommonChatsRequestTypeID
		tl_messages_get_common_chats_gen.go#L117: 		ID:   MessagesGetCommonChatsRequestTypeID,
		tl_messages_get_common_chats_gen.go#L145: 	b.PutID(MessagesGetCommonChatsRequestTypeID)
		tl_messages_get_common_chats_gen.go#L170: 	if err := b.ConsumeID(MessagesGetCommonChatsRequestTypeID); err != nil {
		tl_registry_gen.go#L1464: 		MessagesGetCommonChatsRequestTypeID:                                     "messages.getCommonChats#e40ca104",
		tl_registry_gen.go#L3246: 		"messages.getCommonChats":                                           MessagesGetCommonChatsRequestTypeID,
		tl_registry_gen.go#L5028: 		MessagesGetCommonChatsRequestTypeID:                                     func() bin.Object { return &MessagesGetCommonChatsRequest{} },
		tl_server_gen.go#L4071: 	s.handlers[MessagesGetCommonChatsRequestTypeID] = handler